From 70d788c71ea3013b8723e69014bc6f9b96c11717 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Apr 2005 21:15:41 +0000 Subject: [PATCH] Some trivial doc fixes. 2005-04-04 Matthias Clasen * gtk/gtktextbuffer.c: Some trivial doc fixes. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-8 | 2 ++ gtk/gtktextbuffer.c | 4 ++-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5130d28ac5..7ef4a158b9 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-04-04 Matthias Clasen + * gtk/gtktextbuffer.c: Some trivial doc fixes. + * gtk/gtkwidget.c (gtk_widget_set_redraw_on_allocate): Improve the wording of the doc comment. (#172422, Vincent Untz) diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index c706710218..1bb9ec9fa6 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -1467,7 +1467,7 @@ gtk_text_buffer_delete_interactive (GtkTextBuffer *buffer, * * Returns the text in the range [@start,@end). Excludes undisplayed * text (text marked with tags that set the invisibility attribute) if - * @include_hidden_chars is FALSE. Does not include characters + * @include_hidden_chars is %FALSE. Does not include characters * representing embedded images, so byte and character indexes into * the returned string do not correspond to byte * and character indexes into the buffer. Contrast with @@ -1502,7 +1502,7 @@ gtk_text_buffer_get_text (GtkTextBuffer *buffer, * * Returns the text in the range [@start,@end). Excludes undisplayed * text (text marked with tags that set the invisibility attribute) if - * @include_hidden_chars is FALSE. The returned string includes a + * @include_hidden_chars is %FALSE. The returned string includes a * 0xFFFC character whenever the buffer contains * embedded images, so byte and character indexes into * the returned string do correspond to byte -- 2.30.2